From: Richard M. Stallman Date: Tue, 3 Jul 2007 02:52:32 +0000 (+0000) Subject: (make-directory): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18104 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6ee0cd34f95f35de8fb7d469e5c3a7eba57e3db1;p=emacs.git (make-directory): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 80f5d0dac08..f6fd82d0462 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4036,6 +4036,8 @@ or multiple mail buffers, etc." (defun make-directory (dir &optional parents) "Create the directory DIR and any nonexistent parent dirs. +If DIR already exists as a directory, do nothing. + Interactively, the default choice of directory to create is the current default directory for file names. That is useful when you have visited a file in a nonexistent directory.